* lisp/minibuffer.el (complete-with-action): Return nil for the metadata and
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 31 May 2011 21:40:30 +0000 (18:40 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 31 May 2011 21:40:30 +0000 (18:40 -0300)
commit1e9e7041ea239279c03cb60450b9ab4cbd6ea6f4
treea7572e492f068b85e458a6162f745320d7fb20e2
parent850d2345d2753b42c6822634298421f7ffe8c271
* lisp/minibuffer.el (complete-with-action): Return nil for the metadata and
boundaries of non-functional tables.
(completion-table-dynamic): Return nil for the metadata.
(completion-table-with-terminator): Add default case, using
complete-with-action.
(completion--metadata): New function.
(completion-all-sorted-completions, minibuffer-completion-help): Use it
to try and avoid pathological performance problems.
(completion--embedded-envvar-table): Return `category' metadata.
lisp/ChangeLog
lisp/minibuffer.el